Skip to content

atrettel/sheardata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shear layer data compilation

Flow data from shear layer experiments and simulations presented in an open, modern, and unified format.

NOTE: This project is going through a redesign from the ground up. I am investigating moving the extract-transform-load stages to C or Fortran, with goals of making the project faster and more portable (less dependent on the Python ecosystem and the quirks of the SQLite version of a given Python distribution). I am also investigating moving more analysis code from Python to SQL.

Goals

  • Single SQLite database as primary output file.

  • Python module to load and use SQLite database.

  • Documentation also serves as a data and literature review for different flow classes (for use in meta-analyses and other work).

  • CSV files as input files. SQLite database file and PDF documentation file as output files (released under CC-BY-4.0 license).

  • Uncertainty quantification and data validation for as many cases as possible.

  • Emphasis on archival quality and long-term access.

Previous tabulated data compilations

I have already conducted a literature search to identify relevant individual studies to include in the database. However, many previous data compilations already exist and provide an extensive amount of data in an already processed format that is ready for both reference and study. All of these compilations are older and presented in tabulated form, which requires digitization for use. I identify several of these previous data compilations below.

Note that some of these data compilations provided data in a digital form distributed with the reports, not as printed tables.

  • Koo, Eugene Chen 1932, "Mechanisms of isothermal and non-isothermal flow of fluids in pipes". Massachusetts Institute of Technology Ph.D. thesis.

    • MIT

    • Global and profile data.

  • Peterson, J. B. Jr. 1963, "A comparison of experimental and theoretical results for compressible turbulent-boundary-layer skin friction with zero pressure gradient". NASA-TN-D-1795.

  • Chi, S. W. 1965, "Friction and Heat Transfer in a Compressible Turbulent Boundary Layer on a Smooth Flat Plate". Imperial College London Ph.D. thesis.

    • Imperial College London

    • Global data only.

    • Additional commentary available in archival journal article below.

      • Spalding, D. B. and Chi, S. W. 1964, "The drag of a compressible turbulent boundary layer on a smooth flat plate with and without heat transfer". Journal of Fluid Mechanics, v. 18, n. 1, pp. 117-143.

  • Coles, D. E. and Hirst, E. A. 1969. Computation of Turbulent Boundary layers—1968 AFOSR-IFP-Stanford Conference, Volume 2, "Compiled Data".

  • Zwarts, F. J. 1970, "The compressible turbulent boundary layer in a pressure gradient". McGill University Ph.D. thesis.

  • Wheeler, A. J. and Johnston, J. P. 1972, "Three dimensional turbulent boundary layers: Data sets for two-space coordinate flows", Stanford University Thermosciences Report MD-32, NASA-CR-138962.

    • This compilation is a continuation of the compilation by Coles and Hirst, but for three-dimensional boundary layers. However, the identifier system is different.

    • NASA

    • NTIS (abstract only)

  • Birch, S. F. and Eggers, J. M. 1973. Free Turbulent Shear Flows, Volume 2, "Summary of Data". NASA-SP-321.

  • Fernholz, H. H. and Finley, P. J. 1977. A Critical Compilation of Compressible Turbulent Boundary Layer Data. AGARD-AG-223. ISBN 92-835-1245-6.

  • AGARD Fluid Dynamics Panel Working Group 4 (1979), Experimental Data Base for Computer Program Assessment, AGARD-AR-138. ISBN 92-835-1323-1.

  • Fernholz, H. H. and Finley, P. J. 1980. A Critical Commentary on Mean Flow Data for Two-Dimensional Compressible Turbulent Boundary Layers. AGARD-AG-253. ISBN 92-835-1362-2.

  • Complex Turbulent Flows (and later Collaborative Testing of Turbulence Models)

  • Fernholz, H. H. and Finley, P. J. and Mikulla, V. 1981. A Further Compilation of Compressible Boundary Layer Data with a Survey of Turbulence Data. AGARD-AG-263. ISBN 92-835-1404-1.

  • AGARD Fluid Dynamics Panel Working Group 4 (1984), Experimental Data Base for Computer Program Assessment. Addendum, AGARD-AR-138-ADDENDUM. ISBN 92-835-1475-0.

  • Fernholz, H. H. and Finley, P. J. and Dussauge, J. P. and Smits, A. J. 1989. Survey of Measurements and Measuring Techniques in Rapidly Distorted Compressible Turbulent Boundary Layers. AGARD-AG-315. ISBN 92-835-0506-9.

  • Settles, G. S. and Dodson, L. J. 1991, Hypersonic Shock/Boundary-Layer Interaction Database. NASA-CR-177577.

  • Settles, G. S. and Dodson, L. J. 1993, Hypersonic Turbulent Boundary-Layer and Free Shear Database Datasets. NASA-CR-177610.

  • Settles, G. S. and Dodson, L. J. 1994, Hypersonic Shock/Boundary-Layer Interaction Database: New and Corrected Data. NASA-CR-177638.

  • AGARD Fluid Dynamics Panel Working Group 4 (1994), A selection of experimental test cases for the validation of CFD codes, AGARD-AR-303. ISBN 92-836-1002-4 (volume 1) and ISBN 92-836-1003-2 (volume 2).

  • AGARD Fluid Dynamics Panel Working Group 21 (1998), A selection of test cases for the validation of large-eddy simulations of turbulent flows, AGARD-AR-345. ISBN 92-836-1072-5.

Links to other online databases

Here is a list of several other notable online databases with shear flow data. Much of this data is available as plain text files or CSV files, but some data is only available in other formats.

Licenses for the shear layer data compilation

The nature of the project requires two different licenses: one for data and another for the source code. All files in the data and docs directories are licensed under the Creative Commons Attribution 4.0 International license (CC-BY-4.0). All files in the src directory are licensed under the MIT License (MIT).

A copy of the Creative Commons Attribution 4.0 International license (CC-BY-4.0) is located at data/LICENSE.txt. A copy of the MIT License (MIT) is located at LICENSE.txt.


Copyright © 2020-2022 Andrew Trettel

SPDX-License-Identifier: MIT